home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / mu17_ext.zip / MINFO.DOC < prev    next >
Text File  |  1994-03-07  |  2KB  |  69 lines

  1.  
  2.                                 MINFO V1.01
  3.                                 ===========
  4.  
  5.            Created by Matt Francis (m.p.francis@newcastle.ac.uk)
  6.                          ReqTools by Nico Franτois
  7.                      GUI created with GadToolsBox V2.0c
  8.  
  9.  
  10. REQUIREMENTS
  11. ------------
  12.  
  13. Kickstart V36 or above.
  14. ReqTools library V38 or above.
  15. MultiUser library V39 or above.
  16.  
  17.  
  18. INTRODUCTION
  19. ------------
  20.  
  21. MInfo is a GUI equivalent to the MultiUser's own MProtect command.  It
  22. allows you to edit the state of all protection bits of a file or directory
  23. (DOS bits, owner bits, group bits and other bits) and also displays the file
  24. or directory's owner (if any).
  25.  
  26. MInfo was written in assembley language (with the help of CygnusEd V2.12 and
  27. GenAm V3.01), and the interface was designed using GadToolsBox V2.0c.
  28.  
  29.  
  30. USAGE
  31. -----
  32.  
  33. MInfo must be run from a Shell.
  34.  
  35.    Format: MINFO [FILE] <filename> [PUBSCREEN <public screen name>]
  36.  Template: FILE/A,PUBSCREEN/K
  37.  
  38. FILE        - The name of the file whose protection bits you want to
  39.           examine and/or edit.
  40. PUBSCREEN    - The name of the public screen you want MInfo's window to
  41.           appear on.
  42.  
  43. CTRL-C will cause MInfo to quit (same effect as using the Cancel gadget or
  44. the Quit menu item).  Also, CTRL-D will cause MInfo's window to pop-up
  45. (unzip, become active, get pushed to front etc.)
  46.  
  47.  
  48. TO DO
  49. -----
  50.  
  51. If I make any changes to MInfo, the first thing I'll do is re-write it in C.
  52. Then I might do the following:
  53.  
  54. - make it fully Workbench-friendly by giving it an AppIcon, AppWindow and
  55.   AppMenu.  This will greatly increase the program's functionality, and
  56.   provide some much needed Workbench support for the MultiUser system.
  57.  
  58. - display more information in the window (datestamp, comment, numerical user
  59.   and group IDs, user name, compatibility with MultiUser V39 multiple groups
  60.   etc.).
  61.  
  62.  
  63. HISTORY
  64. -------
  65.  
  66. V1.01    - Made some changes to the GUI including fond-sensitivity.
  67.  
  68. V1.00    - First draft.
  69.